Carbon


MenuTitleDrawingWithContextProcPtr

Header: Appearance.h Carbon status: Under Evaluation

typedef void(* MenuTitleDrawingWithContextProcPtr) (
    const Rect *inBounds, 
    SInt16 inDepth, 
    Boolean inIsColorDevice, 
    SInt32 inUserData, 
    void *context
);

You would declare your function like this if you were to name it MyMenuTitleDrawingWithContextCallback:

void MyMenuTitleDrawingWithContextCallback (
    const Rect *inBounds, 
    SInt16 inDepth, 
    Boolean inIsColorDevice, 
    SInt32 inUserData, 
    void *context
);
inBounds
inDepth
inIsColorDevice
inUserData
context

AVAILABILITY

Under evaluation for Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)